home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 1 / LIGHT-ROM 1 (Amiga Library Services)(1994).iso / ffdisks / d990.lha / SCSIUtil / TODO < prev    next >
Text File  |  1994-04-05  |  1KB  |  22 lines

  1. TODO for SCSIUtil, 19.12.1993
  2.  
  3. - write program that takes a 16 bit audio file as input, finds the minimum
  4.   and maximum and scales the data to 8 bit (this should be much better than
  5.   just dividing by 256 inside SCSIUtil)
  6. - implement 8SVX (would be best done in the companion program, as 8SVX doesn't
  7.   stores stereo interleaved - otherwise SCSIUtil would need to read first the
  8.   left channel, output it, seek back and read the right channel, or use
  9.   temporary files :-(
  10. - combine allocmems to maybe one or two bigger ones
  11. - check capacity in combination with CD-ROMs
  12. - rework the read sector routines to adapt to different sector sizes
  13.  
  14.  
  15. - maybe add a play with starting and ending time parameters
  16. - maybe add a read_cdda with time parameters
  17. - if I can find some information about CD+Graphics and CD+Midi add support
  18. - _MAYBE_ add a read digital audio with output through the Amiga audio system
  19.   (could be useful for the sound sampling - click mouse to start/stop
  20.    sampling...) (Olaf 'Olsen' Barthel wrote such a beast, maybe I'll
  21.    add the necessary code to SCSIUtil)
  22.